body {
	background: #fff url('../images/bodybg.jpg') repeat-x left top;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
}



* {
	margin:0 0 0 0px;
	padding:0;
}


form input.formbutton {
	border: none;
	background: #4E67C2;
	color: #ffffff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;


}



#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#header {
	
	background: #fff url('../images/header.jpg');
	margin: 0 auto;
	height: 140px;
	width:960px;
	 
}

#headeradd
{
	background: #fff url('../images/headeradd.jpg');
	width:500px;
	height:100px;
	position:relative;
	float :right;
	right :10px;
	top: 10px;
}




#nav {
	background: #fff url('../images/navbg.jpg') repeat-x left top;
	height: 25px;
	width: 960px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 25px;
}
    
#nav ul li {
	float: left;
	display: block;
	padding: 25;
}

#nav ul li a {
	color: #ffffff;
	display: block;
	font-family:Constantia;
	padding: 0px 9px 0px 9px;
	font-size: 12px;
	vertical-align: baseline;
	font-weight: normal;
	font-style :normal ;
	letter-spacing: 2px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	float: left;
    height: 25px;	 
}

#nav ul li a:hover {
	background: #191919;
	   height: 25px;
}

#body {
	background: #F2F2F2;
	margin:0 auto;
	width: 960px;
}

#slideshow 
{
	
	float: right;
	width: 700px;
	height:190PX;
	position :relative ;
	top:10px;
	right: 10px;
	margin: 0;
	}

#content 
{
	
	float: right;
	width: 700px;
	margin: 0;
	padding-left: 20px;
	font-family:Constantia;
color:Black ;
		position :relative;
	top :10px;
	right:10px;
	border-left: 1px solid #ddd;
	}




#sidebar 
{
	width:200px;
		float: left;
		position :relative ;
	top :10PX;
	left:10PX;
		}
 
 
#menuh
{
	background: url('../images/topBASIC.jpg') ;
	z-index: 1;
	float :left;
	width: 200px;
    height :40PX;
	}

#menu
{
	
	text-align :left ;
	font-family:Constantia;
	z-index: 2;
	float :left ;
	width: 200px;
	float :left;
  

	}

#newsh
{
	background: url('../images/topNews.jpg') ;
	z-index: 3;
	float :left;
	width: 200px;
    height :40PX;
 
	}


#news
{
	
	z-index: 4;
	width: 200px;
	height: 200px;
	float :left;
	
}

#add1h
{
	background: url('../images/topBASICPolls.jpg') ;
	z-index: 5;
	float :left;
	width: 200px;
    height :40PX;
	}

	
#add1
{
	z-index: 6;
	width: 200px;
	height: 200px;
	float :left;

}


#add2h
{
	background: url('../images/addtop.jpg') ;
	z-index: 7;
	float :left;
    width: 200px;
    height :40PX;
	}

#add2
{
	z-index: 8;
	background: url('../images/addbox.jpg') ;
	width: 200px;
	height: 200px;
	float :left;
}

#sidebar ul li 
{
	width :200px;
	border-top: none;
	font-size: 13px;
	color: #666;
	display: inline;
}
 
#sidebar ul li a 
{
	width :200px;
  /*  background-image  : url('../images/test.jpg') ;  */ 
    display  : block;
    height :20PX;
	background-color: #dfdfdf;
	color: #000000;
	font-style :italic ;
	text-align :left ;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	padding:   5px 0px 0px 0px;
	text-align :justify;
	
	text-decoration: none;
	
}

#sidebar ul li a:hover {
	color: #ffffff;
	background-image  : url('../images/menuover.jpg') ; 
	
}

.clear {
	clear: both;
	height: 22px;
}

#footer {
	width: 960px;
	margin:0 auto;
}

.footer-content {
	background: #000000 none repeat-x scroll top left;
	
}

#footer p {
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #fff;
}


  /* Rating */
.ratingStar {
    font-size: 0pt;
    width: 21px;
    height: 21px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
 
.filledRatingStar {
    background-image: url('../images/filledRatingStar.png');
}
.emptyRatingStar {
    background-image: url('../images/emptyRatingStar.png');
}
.savedRatingStar {
    background-image: url('../images/savedRatingStar.png');
}
